home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
let_it_f.swf
/
scripts
/
DefineSprite_610
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
158 b
|
10 lines
tryagain.onPress = function()
{
_parent.play();
};
endgame.onPress = function()
{
_root.giveup = true();
_parent.gotoAndPlay("endgame");
};